summary refs log tree commit diff
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2019-08-08 09:00:05 +0200
committerGabriel Ebner <gebner@gebner.org>2019-08-08 09:00:05 +0200
commita6ef0a71886de1c419091c750a35a26600fa5638 (patch)
treed2bda7a4d6aabdbabd2c10650736b1d7046fff83
parentc0df1d0b42a52258ae75e0795443d7ec22b72809 (diff)
downloadnixpkgs-a6ef0a71886de1c419091c750a35a26600fa5638.tar
nixpkgs-a6ef0a71886de1c419091c750a35a26600fa5638.tar.gz
nixpkgs-a6ef0a71886de1c419091c750a35a26600fa5638.tar.bz2
nixpkgs-a6ef0a71886de1c419091c750a35a26600fa5638.tar.lz
nixpkgs-a6ef0a71886de1c419091c750a35a26600fa5638.tar.xz
nixpkgs-a6ef0a71886de1c419091c750a35a26600fa5638.tar.zst
nixpkgs-a6ef0a71886de1c419091c750a35a26600fa5638.zip
pythonPackages.uranium: 4.1.0 -> 4.2.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 6365846bd26..c245ac0b565 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.1.0";
+  version = "4.2.0";
   pname = "uranium";
   format = "other";
 
@@ -10,7 +10,7 @@ buildPythonPackage rec {
     owner = "Ultimaker";
     repo = "Uranium";
     rev = version;
-    sha256 = "0vjlir9rd3xdlb8icdcr51qjmnh8nny6ajycria9idccriaqficj";
+    sha256 = "1dc3s6zya7bbpvzh4acbs65aj899siwd8jr9snnsrdyl9qh8hhq9";
   };
 
   disabled = pythonOlder "3.5.0";