about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2019-06-01 11:19:55 +0200
committerGabriel Ebner <gebner@gebner.org>2019-06-01 11:19:55 +0200
commit6f46f1b615a9b9ee6ecc5e5668f4e253031085c2 (patch)
tree634746fb05081a39e4632fb0790659a42413af04
parent2d88612f97bd81d316bf055238491e806d662844 (diff)
downloadnixlib-6f46f1b615a9b9ee6ecc5e5668f4e253031085c2.tar
nixlib-6f46f1b615a9b9ee6ecc5e5668f4e253031085c2.tar.gz
nixlib-6f46f1b615a9b9ee6ecc5e5668f4e253031085c2.tar.bz2
nixlib-6f46f1b615a9b9ee6ecc5e5668f4e253031085c2.tar.lz
nixlib-6f46f1b615a9b9ee6ecc5e5668f4e253031085c2.tar.xz
nixlib-6f46f1b615a9b9ee6ecc5e5668f4e253031085c2.tar.zst
nixlib-6f46f1b615a9b9ee6ecc5e5668f4e253031085c2.zip
pythonPackages.uranium: 4.0.0 -> 4.1.0
-rw-r--r--pkgs/development/python-modules/uranium/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/uranium/default.nix b/pkgs/development/python-modules/uranium/default.nix
index b4081870fbe6..6365846bd263 100644
--- a/pkgs/development/python-modules/uranium/default.nix
+++ b/pkgs/development/python-modules/uranium/default.nix
@@ -2,7 +2,7 @@
 , pyqt5, numpy, scipy, shapely, libarcus, doxygen, gettext, pythonOlder }:
 
 buildPythonPackage rec {
-  version = "4.0.0";
+  version = "4.1.0";
   pname = "uranium";
   format = "other";
 
@@ -10,7 +10,7 @@ buildPythonPackage rec {
     owner = "Ultimaker";
     repo = "Uranium";
     rev = version;
-    sha256 = "1dzn064np76q0xpypcwsa7k7arzihg79xw1pgcvdizk9kzc6rw3y";
+    sha256 = "0vjlir9rd3xdlb8icdcr51qjmnh8nny6ajycria9idccriaqficj";
   };
 
   disabled = pythonOlder "3.5.0";