about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-16 12:33:07 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-16 12:33:07 +0000
commit5517aff997d5ae7fc45e0fac2e0190939a3fc8b1 (patch)
treec0acaffde4c67dd6cf3b61d4d21f44dfd1fe658b /pkgs/development/python-modules
parent6165a711626689f48eb571d3d7138515c0468c61 (diff)
downloadnixlib-5517aff997d5ae7fc45e0fac2e0190939a3fc8b1.tar
nixlib-5517aff997d5ae7fc45e0fac2e0190939a3fc8b1.tar.gz
nixlib-5517aff997d5ae7fc45e0fac2e0190939a3fc8b1.tar.bz2
nixlib-5517aff997d5ae7fc45e0fac2e0190939a3fc8b1.tar.lz
nixlib-5517aff997d5ae7fc45e0fac2e0190939a3fc8b1.tar.xz
nixlib-5517aff997d5ae7fc45e0fac2e0190939a3fc8b1.tar.zst
nixlib-5517aff997d5ae7fc45e0fac2e0190939a3fc8b1.zip
python312Packages.stupidartnet: 1.4.0 -> 1.5.0
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/stupidartnet/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/stupidartnet/default.nix b/pkgs/development/python-modules/stupidartnet/default.nix
index 6092682d2afe..6ed5783f13d2 100644
--- a/pkgs/development/python-modules/stupidartnet/default.nix
+++ b/pkgs/development/python-modules/stupidartnet/default.nix
@@ -8,7 +8,7 @@
 
 buildPythonPackage rec {
   pname = "stupidartnet";
-  version = "1.4.0";
+  version = "1.5.0";
   pyproject = true;
 
   disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
     owner = "cpvalente";
     repo = "stupidArtnet";
     rev = "refs/tags/${version}";
-    hash = "sha256-2LfK63FJcdnXfDLuUzYNlspj1jmtw00S6el49cH+RRM=";
+    hash = "sha256-6vEzInt1ofVVjTZAOH0Zw3BdwpX//1ZWwJqWPP5fIC8=";
   };
 
   nativeBuildInputs = [